home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 September / Macworld (1998-09).dmg / Serious Demos / DesignWorks 4.0.1 Demo PPC / Design Kits / PCB Shared Items / Scripts / PCB Power Script < prev    next >
Text File  |  1997-05-28  |  654b  |  27 lines

  1. {
  2.   Power and ground review script for Generic PCB Design Kit
  3.   C. Dewhurst, May 13, 1996
  4.   ©1996 Capilano Computing Systems Ltd.
  5.   
  6.   This script checks for:
  7.   
  8.   - Devices with power and ground pins
  9. }
  10. $CHECK(This script is intended only for FLAT mode designs) $PURE $PHYSICAL
  11. $PROGRESS $OFF
  12. {
  13.   Listing defaults
  14. }
  15. $CREATEREPORT($DESIGNNAME.Power) $PROMPT
  16. Power and Ground Report for $DESIGNNAME on $DATE at $TIME
  17.  
  18. $SIGSOURCE(Ground)
  19. $SIGSOURCE(Plus5V) &Power
  20. $DESIGNSIGSOURCE &SigSources
  21. $UNSELECTEDPINS $OFF
  22. $FIND $SIGNALS $SIGSOURCE
  23. $FIND $DEVICES $NUMPINS(1)
  24. $SORT $DEVICES $DEVNAME
  25. $COMBDEVSON
  26. $DEVPINFORMAT $PINNUM->$SIGNAME
  27. $DEVICES$DEVNAME $PINS